@import 'swiper/swiper.min.css';
.pagingUl {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagingUl li {
  float: left;
  width: 30px;
  height: 30px;
  list-style: 30px;
  text-align: center;
}
.pagingUl li a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  padding: 0;
  background: #fafafa;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
}
.prv,
.next {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.first,
.last {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.pageTest {
  overflow: hidden;
  width: 1200px;
  margin: 50px auto;
  padding-right: 556px;
}
.activP {
  background-color: #fc882b!important;
  color: #fff!important;
}
/* 
Reset Stylesheet
2019-09-00
Author: Reset
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input {
  border: none;
  outline: none;
  -webkit-appearance: none;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}
/* less 文件
* 作者 reset
* @charset "utf-8";
*/
.gx_home_header {
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
}
.gx_home_header_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_header_left {
  float: left;
}
.gx_home_header_left span {
  color: #999;
}
.gx_home_header_left span i {
  color: #fc882b;
  font-style: normal;
}
.gx_home_header_right {
  float: right;
}
.gx_home_header_right li {
  float: left;
  margin-right: 28px;
  position: relative;
}
.gx_home_header_right li::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #999;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -7px;
}
.gx_home_header_right li:last-child {
  margin-right: none;
}
.gx_home_header_right li:last-child::after {
  display: none;
}
.gx_home_header_right li a {
  color: #999;
}
.gx_home_search {
  height: 88px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gx_home_header2 {
  width: 1200px;
  height: 80px;
  line-height: 30px;
  display: block;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_header2_content {
  width: 1180px;
  display: block;
  margin: 0 auto;
}
.gx_home_header2_left {
  float: left;
}
.gx_home_header2_left span {
  color: #999;
}
.gx_home_search_content {
  width: 1200px;
  height: 88px;
  display: block;
  margin: 0 auto;
}
.gx_home_search_left {
  float: left;
  margin-top: 4px;
}
.gx_home_search_middle {
  float: left;
  padding-top: 24px;
  overflow: hidden;
  margin-left: 37px;
}
.gx_home_search_middle .search-input {
  width: 480px;
  height: 40px;
  border: 2px solid #fc882b;
  outline: none;
  float: left;
  padding: 0 8px;
  color: #999;
  border-right: none;
}
.gx_home_search_middle button {
  width: 100px;
  height: 44px;
  background: #fc882b;
  border: none;
  color: #fff;
  font-size: 20px;
  float: left;
}
.gx_home_search_middle .hot-query {
  height: 19px;
  overflow: hidden;
  width: 600px;
}
.gx_home_search_middle .hot-query li{
  display: inline-block;
  border-left: 1px solid #ccc;
  line-height: 1.1em;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
}
.gx_home_search_middle .hot-query li.first-word{
  border: none;
}
.gx_home_search_middle .hot-query a{
  color: #666;
}
.gx_home_search_right {
  float: right;
  height: 88px;
  line-height: 100px;
}
.gx_home_search_right img {
  float: left;
  margin-top: 22px;
}
.gx_home_search_right span {
  color: #e30b26;
  font-size: 24px;
  float: left;
}
.gx_home_search_right .phone-icon {
  width: 44px;
  height: 44px;
}
.gx_home_search_right .people-icon {
  margin-top: -22px;
}
.gx_home_menu {
  height: 42px;
  background: #2dbb55;
}
.gx_home_menu_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_menu_ul {
  height: 42px;
  line-height: 42px;
}
.gx_home_menu_ul > li {
  float: left;
  margin-right: 6px;
  position: relative;
  height: 100%;
}
.gx_home_menu_ul > li:last-child {
  margin-right: 0;
}
.gx_home_menu_ul > li:hover > a {
  color: #fff;
  background: #4cca49;
}
.gx_home_menu_ul > li:hover > ul {
  display: block;
}
.gx_home_menu_ul > li > a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 20px;
}
.gx_home_menu_ul > li > ul {
  width: 160px;
  position: absolute;
  z-index: 9999;
  background: #4cca49;
  border: 1px solid #fff;
  left: 0;
  top: 42px;
  padding: 4px 10px;
  display: none;
}
.gx_home_menu_ul > li > ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.gx_home_menu_ul > li > ul li:hover a {
  color: #fff;
  background: #4cca49;
}
.gx_home_menu_ul > li > ul li a {
  font-size: 15px;
  color: #333;
  height: 100%;
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}
.gx_home_menu_ul > li > ul .menu-li-active a {
  color: #fff;
}
.gx_home_menu .menu_active > a {
  color: #4cca49;
  
}
.gx_home_banner {
  width: 100%;
  height: 400px;
}
.gx_home_banner .swiper-button-prev,
.gx_home_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../gximg/home/prev-btn.png);
  left: 0;
  right: auto;
}
.gx_home_banner .swiper-button-next,
.gx_home_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../gximg/home/prev-btn.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  right: 0;
  left: auto;
}
.gx_home_banner .swiper-button-next,
.gx_home_banner .swiper-button-prev {
  width: 100px;
  height: 142px;
  margin-top: -81px;
  background-size: 100px 142px;
}
.gx_home_updates {
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
}
.gx_home_updates_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_updates_content img {
  float: left;
  margin-right: 40px;
}
.gx_home_updates_content_item {
  float: left;
  margin-right: 40px;
  width: 505px;
}
.gx_home_updates_content_item:nth-child(2n+0) {
  float: right;
  margin-right: 0;
}
.gx_home_updates_content span{
  float: left;
}
.gx_home_updates_content a{
  color: #6666;
}
.gx_home_updates_content time{
  color: #6666;
}
.gx_home_module_title {
  width: 1200px;
  margin: auto;
  margin-bottom: 20px;
  padding: 42px 0 20px 0;
}
.gx_home_module_title-list {
  border: 3px solid #fc882b;
  width: 480px;
  position: relative;
  left: 357px;
  height: 48px;
  text-align: center;
}
.gx_home_module_title-list p{
  font-size: 28px;
  position: absolute;
  background-color: #FFF;
  top: -45px;
  left: 50px;
  width: 380px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.gx_home_module_title-list h2{
  font-size: 14px;
  font-family: 微软雅黑;
  margin-top: 12px;
  text-align: center;
  color: #666;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.gx_home_module_title-list span{
  color: #fc882b;
    background-color: #FFF;
    position: absolute;
    z-index: 1;
    margin: auto;
    width: 40px;
    height: 20px;
    display: block;
    left: 216px;
    top: 35px;
    font-size: 30px;
    font-family: simsun;
}
.gx_home_module_title2 {
  width: 1200px;
  height: 42px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.gx_home_module_title2 h3 {
  color: #333;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
.gx_home_module_title2 a {
  color: #666;
}
.gx_home_hot_car {
  margin-bottom: 40px;
}
.gx_home_hot_car_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_hot_car_content_biankang{
  border: 1px dashed #ccc;
  border-radius: 10px;
  padding: 20px 20px;
}
.gx_home_hot_car_classify {
  overflow: hidden;
  margin-bottom: 15px;
}
.gx_home_hot_car_classify p {
  float: left;
  margin-right: 40px;
  padding-top: 4px;
  font-size: 16px;
}
.gx_home_hot_car_classify ul {
  float: left;
}
.gx_home_hot_car_classify ul li {
  float: left;
  margin-right: 12px;
}
.gx_home_hot_car_classify ul li:last-child {
  margin-right: 0;
}
.gx_home_hot_car_classify ul li:hover a {
  background: #fc882b;
}
.gx_home_hot_car_classify ul li a {
  font-size: 16px;
  color: #3f3f3f;
  padding: 4px 8px;
  display: block;
}
.gx_home_hot_car_classify ul .li-active a {
  background: #fc882b;
}
.gx_home_hot_car_list {
  overflow: hidden;
  margin-top: 40px;
}
.gx_home_hot_car_item {
  float: left;
  width: 284px;
  height: 300px;
  border: 1px dashed #ccc;
  border-radius: 10px;
  margin-right: 18px;
  margin-bottom: 32px;
  display: block;
  background: #FFF;
  transition: .3s linear;
 
}
.gx_home_hot_car_item a:hover{
  color: #fff;
  background-color: #fdbe25;
}
.gx_home_hot_car_item:nth-child(4n+0) {
  margin-right: 0;
}
.gx_home_hot_car_item:nth-child(5n+0) {
  margin-bottom: 0;
}
.gx_home_hot_car_item:nth-child(6n+0) {
  margin-bottom: 0;
}
.gx_home_hot_car_item:nth-child(7n+0) {
  margin-bottom: 0;
}
.gx_home_hot_car_item:nth-child(8n+0) {
  margin-bottom: 0;
}
.gx_home_hot_car_item .outer-box {
  width: 291px;
  height: 147px;
  line-height: 147px;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.gx_home_hot_car_item .outer-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_home_hot_car_item .outer-box img:hover {
  transition: .3s linear;
}
.gx_home_hot_car_item .outer-box-next {
  padding: 18px 12px;
}
.gx_home_hot_car_item .outer-box-next-left {
  float: left;
}
.gx_home_hot_car_item .outer-box-next-left .car-name {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 600;
  margin-bottom: 8px;
}
.gx_home_hot_car_item .outer-box-next-left .car-option {
  font-size: 14px;
  color: #666;
}
.gx_home_hot_car_item .outer-box-next-right {
  float: right;
  color: #de2428;
  margin-top: 10px;
}
.gx_home_hot_car_item .outer-box-next-right span {
  font-size: 24px;
  color: #de2428;
}
.gx_home_hot_car_item .outer-box-next-right i {
  font-size: 16px;
  font-style: normal;
  color: #b9b9b9;
}
.gx_home_hot_car_item .outer-bottom {
  padding: 0px 12px;
}
.gx_home_hot_car_item .outer-bottom-car {
  padding: 10px 0px;
}
.gx_home_hot_car_item .outer-bottom-car p{
  background: #fcf4f0;
  color: #e4905e;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  padding: 2px 8px 3px;
  margin: 0 6px 6px 0;
  -webkit-border-radius: 4px;
  font-size: 12px;
  cursor: default;
  float:left
}
.gx_home_hot_car_item .outer-bottom-gongsi {
  font-size: 12px;
  float:left;
  padding: 10px 10px 2px 0px ;
  color:#666666
}
.gx_home_service {
  border-bottom: 1px solid #DDD;
}
.gx_home_service_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_service_item {
  width: 200px;
  height: 270px;
  float: left;
  text-align: center;
  display: block;
}
.gx_home_service_item img {
  margin-top: 36px;
  width: 80px;
  height: 80px;
}
.gx_home_service_item p {
  color: #3f3f3f;
  font-size: 18px;
}
.gx_home_service_item span {
  float: left;
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 1.2;
  margin-top: 10px;
  padding: 0 20px;
}
.gx_home_service_item:nth-child(6n+0) {
  margin-right: 0;
}
.gx_home_other_service {
  margin-top: 70px;
  background-color: #edeeed66;
}
.gx_home_other_service_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  height: 1060px;
}
.gx_home_other_service_item {
  margin-top: 10px;
  float: left;
  width: 600px;
  height: 500px;
  margin-bottom: 30px;
}
.gx_home_other_service_item_title {
  width: 600px;
  text-align: center;
}
.gx_home_other_service_item_title p{
  font-size: 24px;
  width: 280px;
  border-bottom: 2px solid #fc882b;
  position: relative;
  left: 157px;
  text-align: center;
  margin: auto;
  display: block;
  margin-block-start: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  padding: 0 0 10px 0;
  color: #fc882b;
}
.gx_home_other_service_item_title span{
  font-size: 16px;
  color: #fc882b;
  padding: 10px;
  display: block;
}
.gx_home_other_service_item_box{
  padding:0 20px;
}
.gx_home_other_service_item_weizhang{
  width:166.6px;
  padding:20px 20px;
  float:left;
}
.gx_home_other_service_item_gongju{
  width:166.6px;
  padding:20px 20px;
  float:left;
}
.gx_home_other_service_item_wupin{
  width:166.6px;
  padding:20px 20px;
  float:left;
}
.gx_home_other_service_item_box .wt{
  width:140px;
  height:120px;
  background: url('../images/mianfeiotherservice.png') no-repeat center center!important;
  margin-bottom: 20px;
}
.gx_home_other_service_item_box p{
  font-size: 16px;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}
.gx_home_other_service_item_box .mt{
  width:140px;
  height: 205px;
}
.gx_home_other_service_item_box .mt img{
  width:140px;
  height: 205px;
}
.gx_home_other_service_item_top{
  padding: 20px 0 70px 20px;
  margin-bottom: 30px;
  height: 160px;
}
.gx_home_other_service_item_top .img-box{
  width:240px;
  height:165px;
  margin-right: 20px;
  margin-left: 70px;
  float: left;
}
.gx_home_other_service_item_top .img-box img{
  width:230px;
  height:155px;
  border-bottom: 10px solid #fc882b;
  border-right: 10px solid #fc882b;
}
.gx_home_other_service_item_top .img-box-right{
  width:250px;
  height:165px;
  float: left;
  padding: 50px 0;
}
.gx_home_other_service_item_top .img-box-right p{
  font-size: 26px;
  color: #2dbb55;
  margin-bottom: 10px;
}
.gx_home_other_service_item_bottom{
  padding: 20px 0 70px 20px;
  height: 160px;
}
.gx_home_other_service_item_bottom .img-box{
  width:240px;
  height:165px;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
}
.gx_home_other_service_item_bottom .img-box img{
  width:230px;
  height:155px;
  border-bottom: 10px solid #fc882b;
  border-right: 10px solid #fc882b;
}
.gx_home_other_service_item_bottom .img-box-left{
  width:250px;
  height:165px;
  float: right;
  padding: 50px 0;
  margin-left: 40px;
}
.gx_home_other_service_item_bottom .img-box-left p{
  font-size: 26px;
  color: #2dbb55;
  margin-bottom: 10px;
}
.gx_home_other_service_item_svip{
  margin-left: 70px;
  margin-right: 70px;
}
.gx_home_other_service_item_svip img{
  width:470px;
  height:350px;
}
.gx_home_our_advantages {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_our_advantages_content {
  height: 400px;
  background: url('/skin/default/images/our-advantage.png') no-repeat;
}
.gx_home_our_advantages_item_left {
  width: 500px;
  float: left;
  margin-left: 50px;
  margin-top: 113px;
}
.gx_home_our_advantages_content p{
  font-size: 22px;
  margin-bottom: 38px;
  color: #fff;
}
.gx_home_our_advantages_item_right {
  width: 300px;
  float: right;
  margin-top: 113px;
  margin-right: 60px;
}
.gx_home_our_advantages_item_right p{
  float: right;
}
.gx_home_about_us {
  margin-top: 0;
}
.gx_home_about_us_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_about_us_title {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 600;
  position: relative;
  padding: 22px 0;
}
.gx_home_about_us_title::before {
  content: "";
  width: 64px;
  height: 3px;
  background: #fc882b;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.gx_home_about_us_title i {
  font-style: normal;
  font-size: 14px;
  color: #3f3f3f;
}
.gx_home_about_us_main {
  position: relative;
  margin-top: 25px;
}
.gx_home_about_us_main_txt {
  width: 480px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.7;
  position: absolute;
  left: 0;
  top: 20;
}
.gx_home_about_us_main .left-bottom {
  width: 514px;
  height: 410px;
  margin-right: 100px;
  float:left;
}
.gx_home_about_us_main .inner-text {
  width: 582px;
  height: 439px;
  padding: 26px;
  float:right;
}
.gx_home_about_us_main .inner-text p {
  font-size: 16px;
  color: #484a49;
  line-height: 1.6;
  text-indent: 2em;
}
.gx_home_about_us_main .inner-text a {
  width: 106px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 32px auto 0;
  background-color: #fc882b;
}
.gx_home_rent_example {
  margin-top: 160px;
}
.gx_home_rent_example_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_rent_example_content .turn-more {
  color: #999;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.gx_home_rent_example_item {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
}
.gx_home_rent_example_item .img-box {
  width: 285px;
  height: 188px;
  line-height: 188px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 40px;
}
.gx_home_rent_example_item .img-box img {
  max-width: 100%;
}
.gx_home_rent_example_item .img-box-right {
  width: 780px;
  float: left;
}
.gx_home_rent_example_item .img-box-right h3 {
  font-size: 24px;
  color: #3f3f3f;
  margin-top: 18px;
}
.gx_home_rent_example_item .img-box-right p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-top: 35px;
  margin-bottom: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gx_home_rent_example_item .img-box-right div {
  text-align: right;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.gx_home_rent_example_item .img-box-right div span {
  margin-left: 22px;
  overflow: hidden;
  height: 30px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.gx_home_rent_example_item .img-box-right div span img {
  left: 25px;
  position: absolute;
  top: 0px;
}
.gx_home_company_news_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_company_news_content .turn-more {
  color: #999;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.gx_home_company_news_list {
  overflow: hidden;
}
.gx_home_company_news_item {
  width: 218px;
  height: 300px;
  float: left;
  margin-right: 26.66px;
  background: #f7f7f7;
}
.gx_home_company_news_item:last-child {
  margin-right: 0;
}
.gx_home_company_news_item .outer-box {
  width: 100%;
  height: 160px;
}
.gx_home_company_news_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_home_company_news_item h3 {
  height: 44px;
  line-height: 44px;
  font-weight: 300;
  font-size: 16px;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  margin: 0 7px;
  color: #333;
}
.gx_home_company_news_item p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 7px;
}
.gx_home_rent_info {
  margin-top: 44px;
  margin-bottom: 44px;
}
.gx_home_rent_info_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_rent_info_content_title {
  height: 42px;
  border-bottom: 2px solid #2dbb55;
  margin-bottom: 18px;
}
.gx_home_rent_info_content_title h2 {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 600;
  float: left;
}
.gx_home_rent_info_content_title p {
  font-size: 15px;
  float: right;
  margin-top: 10px;
}
.gx_home_rent_info_content_title a {
  margin-right: 8px;
  color: #333;
}
.gx_home_rent_info_content_title a:hover{
    color: #fc882b;
}
.gx_home_rent_info_content_baoche {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #f8f6f4;
  margin-bottom: 20px;
}
.gx_home_rent_info_content_baoche_item {
  width: 200px;
  height: 188px;
  float: left;
  margin-right: 19.66px;
  padding: 5px 10px 10px;
  background: #fff;
  color: #666666;
  box-shadow: 0 0 5px #e6e4e2;
}
.gx_home_rent_info_content_baoche_item:nth-child(5n) {
  margin-right: 0;
}
.gx_home_rent_info_content_baoche_item .outer-box {
  width: 100%;
  height: 140px;
}
.gx_home_rent_info_content_baoche_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_home_rent_info_content_baoche_item span {
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  display: block;
}
.gx_home_rent_info_content_baoche_item span:hover{
   color: #fc882b;
}
.gx_home_rent_info_content_baoche_item .onclick-time {
  display: block;
}
.gx_home_rent_info_content_baoche_item .onclick-time img{
  margin-right: 5px;
}
.gx_home_rent_info_content_baoche_item .onclick-time .onclick {
  float: left;
}
.gx_home_rent_info_content_baoche_item .onclick-time .time {
  float: right;
}
.gx_home_rent_info_content_driver {
  display: block;
}
.gx_home_rent_info_content_driver .pic_left{
  float: left;
  width: 360px;
  overflow: hidden;
  padding: 10px;
  background: #f8f6f4;
}
.gx_home_rent_info_content_driver .pic_left_info{
  padding: 5px 10px 10px;
  background: #fff;
  color: #666666;
  box-shadow: 0 0 5px #e6e4e2;
}
.gx_home_rent_info_content_driver .pic_left_info_title{
  font-size: 18px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
 
}
.gx_home_rent_info_content_driver .pic_left_info_title a{
  color: #666;
  font: 700 16px/30px 宋体;
  font-size: 22px;
}
.gx_home_rent_info_content_driver .pic_left_info_title a:hover{
    color: #fc882b;
}
.gx_home_rent_info_content_driver .pic_left_info_text{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
 
}
.gx_home_rent_info_content_driver .pic_left_info_img{
  width: 340px;
  height: 280px;
}
.gx_home_rent_info_content_driver .pic_left_info_img img{
  width: 320px;
   height: 275px;
}
.gx_home_rent_info_content_driver .info_middle{
  float: left;
  width: 520px;
  overflow: hidden;
  padding: 10px 20px 0;
}
.gx_home_rent_info_content_driver .middlebox{
  margin-bottom: 20px;
  color: #666;
}
.gx_home_rent_info_content_driver .middlebox_hd{
  height: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.gx_home_rent_info_content_driver .middlebox_hd h3{
  display: block;
  float: left;
  height: 24px;
  overflow: hidden;
  color: #333;
  font-size: 22px;
  font-weight: normal;
}
.gx_home_rent_info_content_driver .middlebox_img_list{
  padding-left: 130px;
  display: block;
}
.gx_home_rent_info_content_driver .middlebox_img_list_img{
  float: left;
  margin-left: -130px;
  display: inline;
  margin-right: 20px;
}
.gx_home_rent_info_content_driver .middlebox_img_list_img img{
  width: 180px;
  height: 139px;
}
.gx_home_rent_info_content_driver .middlebox_img_list h3{
  font: 700;
  height: 16px;
  overflow: hidden;
  margin-bottom: 4px;
}
.gx_home_rent_info_content_driver .middlebox_img_list h3 a{
  color: #666;
  font-size: 15px;
}
.gx_home_rent_info_content_driver .middlebox_img_list h3 a:hover{
    color: #fc882b;
}
}
.gx_home_rent_info_content_driver .middlebox_img_list p{
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 6px;
}
.gx_home_rent_info_content_driver .middlebox_img_list strong{
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
}
.gx_home_rent_info_content_driver .middlebox_img_list strong a{
  color: #fc882b;
}
.gx_home_rent_info_content_driver .middlebox_img_list .line{
  margin: 0 8px;
  font-style: normal;
  font-weight: 400;
}
.gx_home_rent_info_content_driver .middlebox_img_list .middlebox_img_list_title{
  color: #666;
  font-size: 15px;
  color: #666;
  text-overflow: ellipsis;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
}
.gx_home_rent_info_content_driver .middlebox_img_list .middlebox_img_list_title:hover{
    color: #fc882b;
}
.gx_home_rent_info_content_driver .info_right{
  float: right;
  width: 320px;
  overflow: hidden;
  background: #f8f6f4;
  display: block;
}
.gx_home_rent_info_content_driver .info_right_recom{
  padding: 0px 20px;
  border-bottom: #e4ded7 1px solid;
}
.gx_home_rent_info_content_driver .info_right_recom_box{
  margin-bottom: 5px;
  color: #666;
}
.gx_home_rent_info_content_driver .info_right_recom_box .rightbox_hd{
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.gx_home_rent_info_content_driver .info_right_recom_box .rightbox_hd span{
  display: block;
  float: left;
  height: 24px;
  overflow: hidden;
  color: #333;
  font-size: 22px;
  font-weight: normal;
}
.gx_home_rent_info_content_driver .info_right_recom_box .act_cement{
  display: block;
  overflow: hidden;
}
.gx_home_rent_info_content_driver .info_right_recom_box .act_cement ul{
  display: block;
  margin-block-start: .5em;
  margin-block-end: .5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.gx_home_rent_info_content_driver .info_right_recom_box .act_cement li{
  height: 18px;
  padding-left: 20px;
  text-overflow: ellipsis;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
}
.gx_home_rent_info_content_driver .info_right_recom_box .act_cement em{
  color: #A40000;
  font-family: simsun;
  font-size: 14px;
  line-height: 18px;
  vertical-align: -2px;
  margin-left: -20px;
  display: inline;
}
.gx_home_rent_info_content_driver .info_right_recom_box .act_cement a{
  font-size: 15px;
  color: #666;
}
.gx_home_rent_info_content_driver .info_right_recom_box .act_cement a:hover{
    color: #fc882b;
}
.gx_home_rent_info_item {
  width: 25%;
  border-right: 1px solid #efefef;
  float: left;
  padding-left: 10px;
}
.gx_home_rent_info_item:last-child {
  border-right: none;
}
.gx_home_rent_info_item:first-child {
  padding-left: 10px;
  padding-right: 20px;
}
.gx_home_rent_info_item h2 {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.gx_home_rent_info_item_article {
  height: 90px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gx_home_rent_info_item_article_img{
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 5px;
}
.gx_home_rent_info_item_article_img img{
  width: 120px;
  height: 90px;
  border-radius: 8px;
}
.gx_home_rent_info_item_article_img a{
  cursor: pointer;
}
.gx_home_rent_info_item_article_title{
  float: left;
  width: 140px;
  height: 24px;
}
.gx_home_rent_info_item_article_title a{
  color: #222;
}
.gx_home_rent_info_item_article_desc{
  float: left;
  width: 140px;
  height: 70px;
  line-height: 1.5;
  margin-top: 3px;
  font-size: 14px;
}
.gx_home_rent_info_item a {
  display: block;
  color: #222;
  font-size: 14px;
  height: 14px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gx_home_rent_process {
  margin-top: 50px;
  margin-bottom: 40px;
}
.gx_home_rent_process_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_rent_process .title {
  float: left;
}
.gx_home_rent_process_item {
  float: left;
  margin-left: 75px;
}
.gx_home_rent_process_item img {
  float: left;
}
.gx_home_rent_process_item .img-right {
  float: left;
  margin-left: 26px;
}
.gx_home_rent_process_item .img-right p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  margin-top: 7px;
  font-weight: 600;
}
.gx_home_rent_process_item .img-right div {
  font-size: 14px;
  color: #999;
}
.gx_home_honor_area {
  height: 402px;
  background: url('../gximg/home/banner-img.png') no-repeat center center;
  background-size: 100% 402px;
}
.gx_home_honor_area .gx_home_banner_next {
  width: 1200px;
  height: 152px;
}
.gx_home_honor_area .gx_home_banner_next .swiper-slide img {
  width: 214px;
  height: 100%;
}
.gx_home_honor_area .gx_home_banner_next .swiper-slide p {
  font-site: 14px;
  line-height: 1.5;
  text-align:center;
  margin0top:6px;
}
.gx_home_join_partner {
  margin-bottom: 30px;
}
.gx_home_join_partner_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_join_partner_content img {
  width: 200px;
  height: 80px;
  float: left;
}
.gx_home_footer {
  background: #f8f8f8;
  position: relative;
}
.gx_home_footer_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_home_footer_top {
  overflow: hidden;
  margin-top: 28px;
  padding-bottom: 30px;
}
.gx_home_footer_left {
  float: left;
}
.gx_home_footer_left_item {
  margin-right: 50px;
  float: left;
}
.gx_home_footer_left_item p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 20px;
}
.gx_home_footer_left_item a {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}
.gx_home_footer_middle {
  float: left;
  width: 270px;
}
.gx_home_footer_middle h4 {
  font-size: 18px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 18px;
}
.gx_home_footer_middle p {
  font-size: 32px;
  color: #333;
  font-weight: 600;
  margin-bottom: 34px;
}
.gx_home_footer_middle div {
  font-size: 18px;
  color: #707070;
  line-height: 1.7;
  margin-bottom: 14px;
}
.gx_home_footer_right {
  margin-left: 56px;
  float: left;
  overflow: hidden;
}
.gx_home_footer_right img {
  margin-bottom: 20px;
}
.gx_home_footer_right p {
  text-align: center;
  color: #707070;
}
.gx_home_footer_top_next {
  padding: 5px 0;
  zoom: 1;
}
.gx_home_footer_top_next h4{
  margin-bottom: 10px;
}
.gx_home_footer_top_next:before,
.gx_home_footer_top_next:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_home_footer_top_next:after {
  clear: both;
}
.gx_home_footer_top_next h2 {
  font-size: 18px;
  color: #707070;
  margin-bottom: 22px;
}
.gx_home_footer_top_next a {
  font-size: 14px;
  color: #999;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.gx_home_footer_bottom {
  text-align: left;
  margin-bottom: 40px;
}
.gx_home_footer_bottom_links  {
  padding: 5px 0;
  display: block;
}
.gx_home_footer_bottom_links h4 {
  font-size: 18px;
  color: #999;
  margin-bottom: 5px;
}
.gx_home_footer_bottom_links ul {
  float: left;
  display: block;
  margin-bottom: 20px;
}
.gx_home_footer_bottom_links li {
  float: left;
  margin-right: 10px;
}
.gx_home_footer_bottom_links a {
  font-size: 14px;
  line-height: 1.5;
  float: left;
  display: block;
  color: #999;
}
.gx_home_footer_bottom_record {
  width: 1200px;
  float: left;
  margin-bottom: 5px;
  padding: 0 132px;
}
.gx_home_footer_bottom_record .ICP{
  margin-right: 20px;
  display: block;
  float: left;
}
.gx_home_footer_bottom_record .beian{
  float: left;
}
.gx_home_footer_bottom_record .beian img{
  float: left;
}
.gx_home_footer_bottom_record .beian p{
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: #939393;
}
.gx_home_footer_bottom_record  a{
  color: #939393;
  padding: 0 10px;
}
.gx_home_footer_bottom  p{
  color: #939393;
  font-size: 14px;
}
.gx_home_footer_bottom_statement {
  width: 1200px;
  text-align: center;
}
.gx_rentToBuy_advantage .gx_home_our_advantages_item {
  float: left;
  width: 240px;
  height: 250px;
  text-align: center;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: none;
  border-bottom: none;
}
.gx_rentToBuy_hot_car_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_rentToBuy_hot_car_content .turn-more {
  font-size: 16px;
  color: #666;
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
.gx_rentToBuy_hot_car_list {
  overflow: hidden;
}
.gx_rentToBuy_hot_car_item {
  width: 368px;
  height: 350px;
  border: 1px solid #eee;
  margin-right: 45px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  display: block;
}
.gx_rentToBuy_hot_car_item:nth-child(3n+0) {
  margin-right: 0;
}
.gx_rentToBuy_hot_car_item:nth-child(4n+0) {
  margin-bottom: 0;
}
.gx_rentToBuy_hot_car_item:nth-child(5n+0) {
  margin-bottom: 0;
}
.gx_rentToBuy_hot_car_item:nth-child(6n+0) {
  margin-bottom: 0;
}
.gx_rentToBuy_hot_car_item .outer-box {
  width: 290px;
  height: 147px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -145px;
  top: 40px;
  line-height: 147px;
  overflow: hidden;
}
.gx_rentToBuy_hot_car_item .outer-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentToBuy_hot_car_item h3 {
  margin-top: 230px;
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gx_rentToBuy_hot_car_item p {
  margin: 0 20px 15px 20px;
}
.gx_rentToBuy_hot_car_item p span {
  color: #de2428;
}
.gx_rentToBuy_hot_car_item .pay-money {
  margin: 0 20px;
}
.gx_rentToBuy_hot_car_item .pay-money span {
  font-size: 16px;
  color: #666;
}
.gx_rentToBuy_hot_car_item .pay-money span:first-child {
  margin-right: 20px;
}
.gx_rentToBuy_hot_car_item .pay-money span i {
  font-size: 18px;
  color: #de2428;
  font-style: normal;
  font-weight: 600;
}
.gx_rentToBuy_hot_car_item .pay-money span .danwei {
  color: #de2428;
  font-weight: 300;
}
.gx_rentToBuy_hot_car_item .slogan {
  width: 97px;
  height: 36px;
  background: #fc882b;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}
.gx_rentToBuy_good_table_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_rentToBuy_good_table_content h2 {
  margin-top: 59px;
  margin-bottom: 53px;
  font-size: 22px;
  color: #fc882b;
  font-weight: 600;
  text-align: center;
}
.gx_rentToBuy_good_table_list {
  overflow: hidden;
}
.gx_rentToBuy_good_table_module {
  float: left;
  margin-right: 7px;
}
.gx_rentToBuy_good_table_module div {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #fc882b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.gx_rentToBuy_good_table_module p {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff3e9;
  text-align: center;
  font-size: 18px;
  margin-top: 7px;
  color: #fc882b;
}
.gx_rentToBuy_good_table_module .many-line {
  line-height: normal;
  padding: 16px 50px 0 50px;
}
.gx_rentToBuy_good_table .module-a {
  width: 227px;
}
.gx_rentToBuy_good_table .module-b {
  width: 350px;
}
.gx_rentToBuy_good_table .module-c {
  width: 250px;
  margin-right: 0;
}
.gx_rentToBuy_rent_explain {
  margin-top: 114px;
  margin-bottom: 70px;
}
.gx_rentToBuy_rent_explain_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.gx_rentToBuy_rent_explain_left {
  float: left;
  width: 336px;
  margin-right: 123px;
}
.gx_rentToBuy_rent_explain_left h2 {
  font-size: 20px;
  color: #666;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 22px;
}
.gx_rentToBuy_rent_explain_left h3::before {
  content: '';
  width: 50px;
  height: 4px;
  background: #fc882b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gx_rentToBuy_rent_explain_left p {
  font-size: 16px;
  color: #666;
  line-height: 2.0;
}
.gx_rentToBuy_rent_explain_right {
  float: left;
}
.gx_rentToBuy_rent_explain_right h2 {
  font-size: 20px;
  color: #666;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 22px;
}
.gx_rentToBuy_rent_explain_right h3::before {
  content: '';
  width: 50px;
  height: 4px;
  background: #fc882b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gx_anchor_point {
  height: 42px;
  line-height: 42px;
  background-color: #f7f7f7;
}
.gx_anchor_point_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  background: #f7f7f7;
  padding-left: 12px;
  color: #999;
}
.gx_anchor_point_content img{
  margin-right: 9px;
  float: left;
  margin-top: 12px;
}
.gx_anchor_point_content span {
  font-size: 18px;
  color: #999;
}
.gx_anchor_point_content a {
  font-size: 18px;
  color: #999;
}
.gx-guide-html .gx-guide-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}
.gx-guide-html .gx-guide-title-extra {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
  line-height: 32px;
  height: 32px;
}
.gx-guide-html .gx-guide-title-extra > span {
  margin-right: 20px;
}
.gx-guide-html .gx-guide-title-extra > span img {
  margin-right: 8px;
}
.gx-guide-html .gx-guide-title-extra > span i {
  font-style: normal;
  font-size: 18px;
  color: #666;
}
.gx-guide-html .gx-guide-title-extra > span a {
    font-style: normal;
    font-size: 18px;
    color: #666;
}
.gx-guide-html .gx-guide-inner-daodu {
  border: 1px solid #EEE;
  background-color: #F9F9F9;
  padding: 10px 10px 10px 35px;
  margin: 20px auto 10px;
  line-height: 26px;
  position: relative;
  min-height: 25px;
  font-size: 15px;
}
.gx-guide-html .gx-guide-inner-daodu .tdd_ico{
  width: 46px;
  height: 42px;
  display: block;
  background: url(/skin/default/images/daodu.png) no-repeat -100px 0px;
  position: absolute;
  z-index: 9;
  left: -1px;
  top: -1px;
}
.gx-guide-html .gx-guide-inner-html {
  overflow: hidden;
}
.gx-guide-html .gx-guide-inner-html img {
  max-width: 100%;
}
.gx-guide-html .turn-tile {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.gx-guide-html .turn-tile a {
  font-size: 16px;
  color: #666;
}
.gx-guide-html .turn-tile::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.gx-guide-html .suggestion-read h4 {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
}
.gx-guide-html .suggestion-read-content {
  zoom: 1;
}
.gx-guide-html .suggestion-read-content:before,
.gx-guide-html .suggestion-read-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx-guide-html .suggestion-read-content:after {
  clear: both;
}
.gx-guide-html .suggestion-read-content-item {
  float: left;
  width: 50%;
  position: relative;
}
.gx-guide-html .suggestion-read-content-item p {
  margin-bottom: 10px;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gx-guide-html .suggestion-read-content-item p a {
  font-size: 24px;
  color: #999;
}
.gx-guide-html .suggestion-read-content-item::after {
  content: '';
  width: 1px;
  height: 140px;
  background: #efefef;
  position: absolute;
  right: 0;
  top: 0;
}
.gx-guide-html .suggestion-read-content-item:last-child {
  padding-left: 85px;
}
.gx-guide-html .suggestion-read-content-item:last-child::after {
  display: none;
}
.gx-car-price-list {
  padding-left: 12px;
}
.gx-car-price-list td{
  border: 1px solid #c60019;
}
.gx-car-price-list .price-img {
  margin: 0 auto;
  display: block;
}
.gx-car-price-list-item .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.gx-car-price-list-item .title span {
  padding: 6px 12px;
  border: 1px solid #fc882b;
  display: inline-block;
  font-weight: 300;
  position: relative;
}
.gx-car-price-list-item .title span::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fc882b;
  content: "";
  position: absolute;
  width: 0;
  right: -7px;
  bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.gx-car-price-list-item .gx-car-price-table {
  margin-top: 23px;
}
.gx-car-price-list-item .gx-car-price-table-title {
  width: 100%;
  zoom: 1;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.gx-car-price-list-item .gx-car-price-table-title:before,
.gx-car-price-list-item .gx-car-price-table-title:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx-car-price-list-item .gx-car-price-table-title:after {
  clear: both;
}
.gx-car-price-list-item .gx-car-price-table-title p {
  float: left;
  height: 80px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 137px;
  padding-top: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.gx-car-price-list-item .gx-car-price-table-title p:first-child {
  width: 222px;
}
.gx-car-price-list-item .gx-car-price-table-item {
  width: 100%;
  zoom: 1;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.gx-car-price-list-item .gx-car-price-table-item:before,
.gx-car-price-list-item .gx-car-price-table-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx-car-price-list-item .gx-car-price-table-item:after {
  clear: both;
}
.gx-car-price-list-item .gx-car-price-table-item p {
  float: left;
  height: 40px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 137px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.gx-car-price-list-item .gx-car-price-table-item p:first-child {
  width: 222px;
}
.gx_carDetail_advantage_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner {
  width: 920px;
  margin-top: 50px;
  zoom: 1;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner:after {
  clear: both;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title {
  float: left;
  width: 100%;
  text-align: center;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title div {
  margin-top: 20px;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title div p {
  font-weight: 40;
  width: 16%;
  line-height: 40px;
  text-align: center;
  background:#fc882b;
  font-size: 24px;
  color:#fff;
  margin: 0 auto
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_title span {
  color: #b9b9b9;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  width: 100%;
  display: inline-block;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main {
  float: center;
  width: 100%;
  overflow: hidden;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item {
  width: 25%;
  border: none;
  height: 325px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item p {
  width: 150px;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(4n+0) {
  margin-right: 0;
  border-right: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(5n+0) {
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(6n+0) {
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(7n+0) {
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item:nth-child(8n+0) {
  margin-right: 0;
  border-right: none;
  border-bottom: none;
}
.gx_carDetail_advantage_content .gx_carDetail_advantage_content_inner .gx_carDetail_advantage_content_main .gx_home_our_advantages_item p {
  width: 150px;
}
.gx_other_carDetail_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_other_carDetail_content_inner {
  width: 920px;
}
.gx_cardetail_rent_process .title {
  margin-left: 10px;
}
.gx_cardetail_rent_process .gx_carDetail_process_content {
  width: 920px;
  zoom: 1;
}
.gx_cardetail_rent_process .gx_carDetail_process_content:before,
.gx_cardetail_rent_process .gx_carDetail_process_content:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_cardetail_rent_process .gx_carDetail_process_content:after {
  clear: both;
}
.gx_cardetail_rent_process .gx_home_rent_process_item {
  margin-left: 30px;
}
.gx_cardetail_rent_process .gx_home_rent_process_item .img-right {
  margin-left: 10px;
}
.gx_carDetail_other_service_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_carDetail_other_service_content img{
  width: 880px;
}
.other-module-title::before {
  left: 268px;
}
.other-module-title::after {
  right: 268px;
}
.gx_rentToBuy_list_item {
  height: 200px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: solid 1px #eeeeee;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.gx_rentToBuy_list_item .img-box {
  width: 222px;
  height: 112px;
  text-align: center;
  line-height: 112px;
  overflow: hidden;
  float: left;
  margin-top: 44px;
  margin-left: 50px;
}
.gx_rentToBuy_list_item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentToBuy_list_item .img-box-right {
  float: left;
  margin-left: 70px;
  margin-top: 44px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl {
  float: left;
  width: 286px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 18px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl p {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl p span {
  font-size: 18px;
  color: #de2428;
  font-weight: 600;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl div span {
  margin-right: 18px;
  font-size: 16px;
  color: #333;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl div span:last-child {
  margin-right: 0;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rl div span i {
  font-style: normal;
  font-size: 18px;
  color: #de2428;
  font-weight: 600;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rr {
  float: left;
  margin-left: 117px;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rr p {
  margin-top: 4px;
  font-size: 20px;
  color: #de2428;
  font-weight: 600;
  text-align: center;
}
.gx_rentToBuy_list_item .img-box-right .img-box-rr button {
  margin-top: 18px;
  width: 120px;
  height: 46px;
  background: #fc882b;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: pointer;
}
.gx_rentToBuy_list_item .slogan {
  width: 79px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fc882b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.gx_rentIndex {
  border-top: 3px solid #4cca49;
  padding-top: 7px;
}
.gx_rentIndex_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
  margin-top: 7px;
  overflow: hidden;
}
.gx_rentIndex_content_left {
  width: 880px;
  float: left;
}
.gx_rentIndex_content_left_article {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 10px 2px;
  margin-bottom: 20px;
}
.gx_rentIndex_content_left_article span{
  font-size: 16px;
  height: 30px;
  color: #e30b26;
  display: flex;
  align-items: center;
}
.gx_rentIndex_content_left_article img{
  width: 20px;
  height:20px;
}
.gx_rentIndex_content_left_article a{
  width: 100%;
  font-size: 14px;
  color: #797070;
  height: 20px;
  line-height: 20px;
  display: block;
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gx_rentIndex_content_left_article a:hover{
    color: #fc882b;
}
.gx_rentIndex_content_left_top {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType {
  border-bottom: 1px solid #eee;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_title {
  float: left;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-top: 12px;
  width: 45px;
  text-align: center;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_list {
  overflow: hidden;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item {
  float: left;
  width: 94px;
  height: 93px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-right: 16px;
  /* 可以把以下写入到通用css中，随时引用 */
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item:nth-child(8n+0) {
  margin-right: 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item span {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  position: relative;
  z-index: 999;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item .outer-box {
  width: 62px;
  height: 44px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType_item .select {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 93px;
  display: none;
}
.gx_rentIndex_content_left_top .gx_rentIndex_carType .select-active .select {
  display: block;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify {
  padding: 24px 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single {
  overflow: hidden;
  margin-bottom: 10px;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single:last-child {
  margin-bottom: 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single:last-child .gx_rentIndex_classify_list div {
  margin-bottom: 0;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_single p {
  width: 45px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  margin-right: 10px;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list {
  max-width: 863px;
  float: left;
  overflow: hidden;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list div {
  float: left;
  padding: 4px 8px;
  color: #666;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 6px;
  cursor: pointer;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list a {
  color: #666;
}
.gx_rentIndex_content_left_top .gx_rentIndex_classify_list .select-active {
  color: #fff;
  background: #4cca49;
}
.gx_rentIndex_content_left_cardes {
  line-height: 1.7;
  color: #999;
  padding-left: 12px;
  margin-top: 23px;
  position: relative;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
}
.gx_rentIndex_content_left_bottom {
  margin-top: 23px;
  position: relative;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify {
  height: 54px;
  background: #f8f8fa;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify p {
  width: 149px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify p::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify .menu-active {
  background: #fff;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_clssify .menu-active::after {
  display: none;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_list_item {
  width: 100%;
  opacity: 0;
  position: relative;
}
.gx_rentIndex_content_left_bottom .show {
  opacity: 1;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item {
  width: 100%;
  height: 181px;
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .outer-box {
  width: 222px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  float: left;
  margin-top: 34px;
  margin-left: 50px;
  overflow: hidden;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .outer-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right {
  float: left;
  margin-left: 70px;
  margin-top: 34px;
  overflow: hidden;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl {
  float: left;
  width: 290px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl h3 {
  font-size: 18px;
  color: #3f3f3f;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p {
  margin-top: 12px;
  margin-bottom: 12px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p span {
  font-size: 16px;
  color: #666;
  position: relative;
  padding-right: 14px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p span:last-child::after {
  display: none;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl p span::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 7px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div span {
  display: inline-block;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  margin-right: 8px;
  padding: 0 5px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div .hot {
  border-color: #ff8650;
  color: #ff8650;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div .new {
  border-color: #6493f3;
  color: #6493f3;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl div .price {
  border-color: #00b7ee;
  color: #00b7ee;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rl .gongsi-tag {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr {
  float: left;
  margin-left: 120px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr p {
  font-size: 16px;
  color: #de2428;
  margin-bottom: 20px;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr p span {
  font-size: 30px;
  font-weight: 600;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr p span i {
  font-size: 14px;
  color: #666;
  font-style: normal;
}
.gx_rentIndex_content_left_bottom .gx_rentIndex_content_lb_item .img-outer-right .img-outer-rr button {
  width: 120px;
  height: 46px;
  background: #fc882b;
  font-style: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.gx_rentIndex_content_right {
  float: right;
  width: 300px;
  margin-right: 12px;
}
.gx_rentIndex_content_right_item {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
}
.gx_rentIndex_content_right_item:last-child {
  margin-bottom: 12px;
}
.gx_rentIndex_content_right_item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #2dbb55;
}
.gx_rentIndex_content_right_item h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #4cca49;
}
.gx_rentIndex_content_right_item p {
  font-size: 14px;
  line-height: 1.8;
  margin: 1em 5px;
}
.gx_rentIndex_content_right_item .hot-item {
  padding: 11px 0;
  overflow: hidden;
  margin: 0 12px;
  border-bottom: 1px solid #eee;
  display: block;
}
.gx_rentIndex_content_right_item .hot-item:last-child {
  border-bottom: none;
}
.gx_rentIndex_content_right_item .hot-item .img-box {
  width: 100px;
  height: 75px;
  line-height: 53px;
  text-align: center;
  margin-right: 15px;
  float: left;
}
.gx_rentIndex_content_right_item .hot-item img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right {
  float: left;
  width: 140px;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right p {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right div {
  font-size: 14px;
  color: #666;
}
.gx_rentIndex_content_right_item .hot-item .img-box-right div span {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
.gx_rentIndex_content_right_item .hot-item .img-box-miaoshu {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  line-height: 1.2;
}
.gx_rentIndex_content_right .second-module {
  padding-bottom: 34px;
}
.gx_rentIndex_content_right .second-module .hot-item {
  overflow: hidden;
  border-bottom: none;
  zoom: 1;
  padding: 10px 0;
  height: 80px;
  border-bottom: 1px dashed #cdcdcd;
}
.gx_rentIndex_content_right .second-module  dl{
    padding: 10px 0;
    height: 95px;
    overflow: hidden;
	border-bottom: 1px dashed #cdcdcd;
}
.gx_rentIndex_content_right .second-module  dl dt{
    float: left;
    margin-right: 5px;
}
.gx_rentIndex_content_right .second-module  dl img{
    width: 100px;
    height: 75px;
}
.gx_rentIndex_content_right .second-module .tab-item-title{
    height: 22px;
    overflow: hidden;
}
.gx_rentIndex_content_right .second-module .tab-item-title a{
    color: #000;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gx_rentIndex_content_right .second-module .tab-item-desc{
    overflow: hidden;
    line-height: 1.5;
	font-size: 12px;
	color: #666;
}
.gx_rentIndex_content_right .second-module .tab-item-desc a{
    padding-left: 5px;
    color: #fc882b;
}
.gx_rentIndex_content_right .second-module ul{
    width: 320px;
	display: block;
}
.gx_rentIndex_content_right .second-module li{
    float: left;
    position: relative;
    width: 140px;
    height: 175px;
    padding-top: 15px;
    margin-right: 15px;
}
.gx_rentIndex_content_right .second-module .clearfix-item{
    display: block;
    width: 145px;
    height: 160px;
    color: #000;
    cursor: pointer;
	border: 1px solid #eee;
}
.gx_rentIndex_content_right .second-module .clearfix-item img{
    width: 145px;
    height: 100px;
}
.gx_rentIndex_content_right .second-module span{
    float: left;
    position: relative;
    width: 145px;
	height: 50px;
    line-height: 25px;
    padding-top: 5px;
    margin-right: 15px;
	color: #000;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.gx_rentIndex_content_right .second-module .time{
    float: right;
    width: 80px;
	margin-right:0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gx_rentIndex_content_right .second-module .zhuanti-gongsi{
    display: block;
    width: 320px;
    height: 940px;
}
.gx_rentIndex_content_right .second-module .zhuanti-gongsi li{
    float: left;
    position: relative;
    width: 140px;
    height: 45px;
    padding-top: 15px;
    margin-right: 15px;
}
.gx_rentIndex_content_right .second-module .zhuanti-gongsi a{
    display: block;
    width: 145px;
    height: 35px;
    color: #000;
    cursor: pointer;
	border: 1px solid #eee;
}
.gx_rentIndex_content_right .second-module .zhuanti-gongsi span{
    float: left;
    position: relative;
    width: 145px;
	height: 25px;
    line-height: 25px;
    padding-top: 5px;
    margin-right: 15px;
	color: #000;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.gx_rentIndex_content_right .second-module .hot-item:before,
.gx_rentIndex_content_right .second-module .hot-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_rentIndex_content_right .second-module .hot-item:after {
  clear: both;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box {
  float: left;
  margin-right: 5px;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box img {
  width: 100px;
  height: 75px;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right {
  margin-left:  5px;
  width: 166px;
  height: 22px;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right p {
  height: 22px;
  overflow: hidden;font-size: 14px;
  color: #666;
  line-height: 1.7;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right div {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gx_rentIndex_content_right .second-module .hot-item .img-box-right span {
  padding: 2px 6px;
  border: 1px solid #fc882b;
  border-radius: 12px;
  font-size: 12px;
  color: #fc882b;
  display: inline-block;
  margin-top: 4px;
}
.gx_rentIndex_content_right .second-module .normal {
  height: 30px;
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.gx_rentIndex_content_right .second-module .normal-href {
  font-size: 14px;
  color:#3c3c3c;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gx_rentIndex_content_right .second-module .normal-href:hover{
    color: #fc882b;
}
.gx_rentIndex_content_right .third-module .normal {
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.gx_rentIndex_content_right .third-module .normal-href {
  font-size: 14px;
  color:#3c3c3c;
  line-height: 1.5;
  margin: 10px 10px;
}
.gx_rentIndex_content_right .third-module .normal-href:hover{
    color: #fc882b;
}
.gx_rentIndex_content_right .fixed-module {
  position: fixed;
  top: 15px;
  bottom: auto;
  transition: all 0.5s ease-in-out;
}
.gx_rentIndex_paganation {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
}
.gx_rentIndex_paganation_content {
  width: 920px;
  float: left;
}
.gx_rentIndex_paganation .inner {
  width: 463px;
  display: block;
  margin: 0 auto;
}
.gx_rentIndex_paganation a {
  width: 38px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  float: left;
  border: 1px solid #eee;
  margin-right: 7px;
  color: #666;
  font-size: 16px;
  border-radius: 4px;
}
.gx_rentIndex_paganation a:last-child {
  width: 78px;
}
.gx_rentIndex_paganation .a-active {
  background: #fc882b;
  color: #fff;
}
.gx_about_us_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_about_us_banner {
  width: 100%;
  height: 540px;
  background: url('/skin/default/images/6b06a8804ebff5a50aeb67f83f737db1.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
}
.gx_about_us_company_introduce h2 {
  font-weight: 500;
  color: #333330;
  line-height: 40px;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
  margin-top: 36px;
  border-left: 4px solid #fc882b;
}
.gx_about_us_company_introduce h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 8px;
  height: 50px;
  background: #fc882b;
}
.gx_about_us_company_introduce .title-next {
  font-weight: 400;
  color: #000000;
  line-height: 45px;
  font-size: 22px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.gx_about_us_company_introduce .introduce-main {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-indent: 2em;
}
.gx_about_us_company_introduce .turn-more {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
  text-align: right;
  display: block;
  margin-bottom: 50px;
}
.gx_about_us_company_introduce .company-show-img {
  position: relative;
  height: 454px;
  width: 100%;
}
.gx_about_us_company_introduce .company-show-img .top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 627px;
  height: 402px;
}
.gx_about_us_company_introduce .company-show-img .top-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 514px;
  height: 402px;
}
.gx_about_us_company_introduce .company-show-img .bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 464px;
  height: 348px;
}
.gx_about_us_company_introduce .company-show-img .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 676px;
  height: 356px;
}
.gx_about_us_develop_process {
  margin-bottom: 60px;
}
.gx_about_us_develop_process .title {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
.gx_about_us_develop_process .title::after {
  content: '';
  width: 3px;
  height: 1222px;
  background: #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: -1279px;
}
.gx_about_us_develop_process .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333330;
  margin-bottom: 15px;
  position: relative;
}
.gx_about_us_develop_process .title h3::after {
  content: '';
  width: 100px;
  height: 3px;
  background: #fc882b;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -3px;
}
.gx_about_us_develop_process .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.gx_about_us_develop_process .top-logo {
  width: 54px;
  height: 62px;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
  z-index: 999;
}
.gx_about_us_develop_process .middle-item {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  margin-top: 8px;
}
.gx_about_us_develop_process .fenge {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  position: relative;
  z-index: 999;
  margin-bottom: 20px;
  background: #fff;
}
.gx_about_us_develop_process .bc-gray {
  background: #a8a8a8;
}
.gx_about_us_develop_process .bc-yellow {
  background: #fc882b;
}
.gx_about_us_develop_process .process-item-l {
  zoom: 1;
  margin-bottom: 27px;
}
.gx_about_us_develop_process .process-item-l:before,
.gx_about_us_develop_process .process-item-l:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_about_us_develop_process .process-item-l:after {
  clear: both;
}
.gx_about_us_develop_process .process-item-l-img {
  width: 470px;
  height: 86px;
  background: url('../gximg/about/Rectangle02.png') no-repeat;
  background-size: 470px 86px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  float: left;
  padding: 20px 54px 20px 22px;
  margin-right: 100px;
  line-height: 1.5;
}
.gx_about_us_develop_process .process-item-r {
  zoom: 1;
  padding-left: 570px;
  margin-bottom: 27px;
}
.gx_about_us_develop_process .process-item-r:before,
.gx_about_us_develop_process .process-item-r:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_about_us_develop_process .process-item-r:after {
  clear: both;
}
.gx_about_us_develop_process .process-item-r-img {
  width: 470px;
  height: 86px;
  background: url('../gximg/about/Rectangle01.png') no-repeat;
  background-size: 470px 86px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  float: left;
  padding: 20px 22px 20px 54px;
  margin-left: 100px;
  line-height: 1.5;
}
.gx_about_us_develop_process .line-single {
  line-height: 50px;
}
.gx_about_us_city {
  margin-bottom: 60px;
}
.gx_about_us_city .title {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
.gx_about_us_city .title::after {
  content: '';
  width: 3px;
  height: 1222px;
  background: #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: -1279px;
}
.gx_about_us_city_content {
  text-align: center;
  display: block;
}
.gx_about_us_city .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333330;
  margin-bottom: 15px;
  position: relative;
}
.gx_home_rent_link{
  width: 1200px;
  height: 130px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  color: #999;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999;
}
.gx_home_rent_link h3{
  margin-top: 20px;
  margin-bottom: 20px;
}
.gx_home_rent_link a{
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  float: left;
  margin: 0 30px 0 0;
}
.fix-navBar {
  position: fixed;
  top: 50%;
  left: 6px;
  height: 185px;
  width: 117px;
  z-index: 9999;
  background: url('../gximg/about_tab.png') no-repeat center center;
  background-size: 117px 185px;
}
.fix-navBar ul {
  width: 100%;
  height: 100%;
}
.fix-navBar ul li {
  width: 100%;
  height: 46.5px;
  line-height: 46.5px;
  text-align: center;
}
.fix-navBar ul li:hover a {
  color: #fc882b;
}
.fix-navBar ul li a {
  font-size: 16px;
  color: #333333;
}
.fix-navBar ul .active a {
  color: #c60019;
}
.gx_rent_example {
  background: #fbfbfb;
}
.gx_rent_example_item {
  width: 868px;
  border: 1px solid #e9e9e9;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  zoom: 1;
}
.gx_rent_example_item:before,
.gx_rent_example_item:after {
  display: table;
  content: "";
  line-height: 0;
}
.gx_rent_example_item:after {
  clear: both;
}
.gx_rent_example_item .img-box {
  width: 258px;
  height: 177px;
  line-height: 177px;
  text-align: center;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.gx_rent_example_item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.gx_rent_example_item .img-box-right {
  float: left;
  width: 100%;
}
.gx_rent_example_item .img-box-right i{
  float: left;
  width: 5%;
  font-size: 16px;
  color: #333;
  height: 30px;
  margin-bottom: 16px;
  line-height: 30px;
}
.gx_rent_example_item .img-box-right h2 {
  font-size: 20px;
  color: #333;
}
.gx_rent_example_item .img-box-right h3 {
  font-size: 16px;
  color: #333;
}
.gx_rent_example_item .img-box-right p {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.gx_rent_example_item .img-box-right span {
    font-size: 14px;
    color: #666666;
	line-height: 50px;
}
.gx_rent_example_item .img-box-right img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.gx_rent_example_item .img-box-right .titel-url {
    float: left;
    font-size: 16px;
    color: #333;
    width: 95%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 16px;
}
.gx_rent_example_item .img-box-right .onclick-url {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #333;
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fc882b;
	margin: 10px 0;
}
.gx_rent_example_item .img-box-right a {
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #333;
  width: 106px;
  height: 30px;
  text-align: center;
  line-height: 30px;

}
.notfound-center {
  width: 591px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -295px;
}
.notfound-center > img {
  width: 591px;
  height: 351px;
}
.notfound-center div {
  text-align: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.notfound-center p {
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound-center p a {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #333;
}
.notfound-center p a:last-child {
  margin-right: 0;
}
.notfound-center p a:last-child img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  margin-left: 10px;
  margin-right: 0;
}
.notfound-center p a img {
  width: 16px;
  height: 27px;
  margin-right: 10px;
}
.list-page a {
  color: #333;
}
.gx_home_footer_bottom table td a {
  padding: 0 2px;
  display: block;
  margin-bottom: 15px;
}
.gx_home_company_jingdian_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_company_jingdian_content .turn-more {
  color: #999;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.gx_home_company_jingdian_list {
  overflow: hidden;
}
.gx_home_company_jingdian_item {
  width: 218px;
  height: 250px;
  float: left;
  margin-right: 26.66px;
  margin-bottom: 32px;
  background: #f7f7f7;
}
.gx_home_company_jingdian_item:last-child {
  margin-right: 0;
}
.gx_home_company_jingdian_item .outer-box {
  width: 100%;
  height: 160px;
}
.gx_home_company_jingdian_item .outer-box img {
  width: 100%;
  height: 100%;
}
.gx_home_company_jingdian_item h3 {
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  margin: 0 7px;
  color: #333;
}
.gx_home_company_jingdian_item p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 7px;
}
.gx_home_company_jingdian_item:nth-child(5n+0) {
  margin-right: 0;
}
.gx_home_company_jingdian_item:nth-child(6n) {
    margin-bottom: 0;
}
.gx_home_company_lasa {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.column-wrapper {
    width: 1200px;
    margin-bottom: 40px;
    position: relative;
}
.st_tabcon {
    overflow: hidden;
    width: 1200px;
}
.st_tabcon .firstlist {
    float: left;
    width: 350px;
	margin-right: 20px;
}
.st_tabcon .firstlist .pic {
    float: left;
    width: 350px;
    height: 252px;
}
.st_tabcon .firstlist .pic img{
    width: 350px;
    height: 252px;
}
.st_tabcon .firstlist .tit a {
    float: left;
    color: 
    #000;
    width: 350px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.st_tabcon .firstlist .txt {
    float: left;
    color: 
    #939090;
    width: 350px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.st_tabcon .second {
    float: left;
    width: 266.66px;
}
.second ul {
    float: left;
    width: 266.66px;
}
.second ul li {
    float: left;
    width: 250px;
    margin-right: 20px;
}
.second ul li p.tit {
    background: url(../images/arrow-left-ico.png) left no-repeat;
}
.second ul li p.tit a {
    width: 340px;
    padding-left: 20px;
}
.second ul li p.tit, .second ul li p.tit a {
    float: left;
    color: #333;
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.second ul li p.txt {
    float: left;
    color: #939090;
    width: 250px;
    height: 36px;
    line-height: 18px;
    padding-left: 20px;
    font-size: 12px;
    overflow: hidden;
}
.st_tabcon .third {
    float: left;
    width: 250px;
}
.third ul {
    float: left;
    width: 250px;
}
.third ul li {
    float: left;
    width: 250px;
    margin-right: 20px;
    padding-bottom: 15px;
}
.third ul li p.tit {
    background:url(http://www.cqjczc.cn/images/arrow-left-ico.png) left no-repeat;
}
.third ul li p.tit a {
    width: 250px;
    padding-left: 20px;
}
.third ul li p.tit, .third ul li p.tit a {
    float: left;
    color: 
    #333;
    width: 250px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gx_home_rent_knowledge {
  margin-top: 30px;
}
.gx_home_rent_knowledge_content {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.gx_home_rent_knowledge_item {
  width: 47%;
  height: 180px;
  display: block;
  margin-bottom: 18px;
  margin-right: 18px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0px 0px 31.7px 0.3px rgba(0, 0, 0, 0.05);
  border: solid 1px #e9e9e9;
  float: left;
}
.gx_home_rent_knowledge_item .img-box {
  width: 220px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  float: left;
  overflow: hidden;
}
.gx_home_rent_knowledge_item .img-box img {
  max-width: 100%;
}
.gx_home_rent_knowledge_item .img-box-right {
  width: 335px;
  float: left;
  padding: 10px;
}
.gx_home_rent_knowledge_item .img-box-right h3 {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.5;
}
.gx_home_rent_knowledge_item .img-box-right p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gx_home_rent_knowledge_item .img-box-right div {
  text-align: right;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.gx_home_rent_knowledge_item .img-box-right div span {
  margin-left: 22px;
  overflow: hidden;
  height: 30px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
.gx_home_rent_knowledge_item .img-box-right div span img {
  left: 25px;
  position: absolute;
  top: 0px;
}
.gx_rentIndex_content_right .second-module .other-item {
  overflow: hidden;
  border-bottom: none;
  border: 1px solid #eee;
  display: block;
  margin-top: 12px;
}
.gx_rentIndex_content_right .second-module .other-item .img-box {
  width: 78px;
  height: 78px;
  float: left;
  position: relative;
  margin-left:  5px;
  margin-top: 8px;
}
.gx_rentIndex_content_right .second-module .other-item .img-box img {
  max-width: 80%;
  max-height: 80%;
}
.gx_rentIndex_content_right .second-module .other-item .img-box-right {
  width: 173px;
  height: 85px;
  margin-right:  1px;
  float: left;
}
.gx_rentIndex_content_right .second-module .other-item .img-box-right p {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.5;
  margin-top: 1px;
  margin: 0em 5px;
}
.gx_rentIndex_content_right .second-module .other-item .img-box-right div {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin:  5px;
}
.gx_home_company_news .i_tit {
  width: 1200px;
  height: 52px;
  border-bottom: 1px solid #d6b1b1;
  margin-top: 50px;
  display: block;
  margin: 10px auto;
}
.gx_home_company_news .i_tit h2{
  font-size: 26px;
  font-weight: normal;
  float: left;
}
.gx_home_company_news .i_tit h2 a{
  padding-left: 42px;
  background-image: url(/skin/default/images/tit_ico.png);
  background-repeat: no-repeat;
  color: #333;
}
.gx_home_company_news .i_tit .i_cla{
  font-size: 15px;
  margin-left: 80px;
  margin: 8px auto auto 30px;
  line-height: 22px;
  float: left;
}
.gx_home_rent_knowledge{
  width: 1200px;
  height: 640px;
  margin-bottom: 10px;
  margin-top: 50px;
  display: block;
  margin: 10px auto;
}
.gx_home_rent_knowledge .i_tit {
  height: 52px;
  border-bottom: 1px solid #2dbb55;
  margin-bottom: 18px;
}
.gx_home_rent_knowledge .i_tit h2{
  font-size: 26px;
  font-weight: normal;
  float: left;
}
.gx_home_rent_knowledge .i_tit h2 a{
  padding-left: 42px;
  background-image: url(/skin/default/images/tit_ico.png);
  background-repeat: no-repeat;
  color: #333;
}
.gx_home_rent_knowledge .i_tit .i_cla{
  font-size: 15px;
  margin-left: 80px;
  margin: 8px auto auto 30px;
  line-height: 22px;
  float: left;
}
.gx_home_rent_knowledge .w350 {
   width: 350px;
   float: left;
}
.i_jzzs {
    height: 255px;
}
.c_tit {
    height: 42px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
}
.c_tit h3 {
    line-height: 42px;
    font-size: 22px;
    font-weight: normal;
}
.c_tit h3 a {
    color: #222;
}
.fl {
    float: left;
}
.i_mor {
    margin: 14px 5px auto auto;
    font-family: simsun;
}
.fr {
    float: right;
}
.i_jzzs ul, .i_jjfs ul {
    padding: 10px 0;
    font-size: 15px;
}
.i_jzzs li, .i_jjfs li {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
.i_jzzs li i, .i_jjfs li i {
    width: 3px;
    height: 3px;
    float: left;
    background-color: #666;
    margin: 15px 5px auto auto;
}
.i_jzzs li a, .i_jjfs li a {
    width: 240px;
}
.i_jzzs li span, .i_jjfs li span {
    float: right;
}
.i_jjfs {
    height: 159px;
}
.i_zxjsq {
    width: 350px;
    height: 116px;
    background: url(/skin/default/images/zxjsq_bg.png) no-repeat 0 0;
	display: block;
}
.i_zxjsq ul {
    padding: 12px 0 12px 8px;
}
.i_zxjsq li {
    line-height: 32px;
    text-align: center;
    float: left;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin: 6px;
    border-radius: 20px;
}
.i_zxjsq li a {
    width: 98px;
    height: 32px;
    display: block;
}
.w450 {
    width: 450px;
    margin: auto 30px;
}
.c_tit {
    height: 42px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
}
.i_zxrj {
    height: 358px;
}
.i_zxrj ul {
    margin: 10px auto 10px -18px;
}
.i_zxrj li {
    width: 138px;
    height: 155px;
    overflow: hidden;
    float: left;
    margin: 5px auto 3px 18px;
}
.i_zxrj li img {
    width: 138px;
    height: 103px;
    margin-bottom: 5px;
}
.i_zxrj li p {
    line-height: 22px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
}
.i_zxwd {
    height: 140px;
    margin-top: 30px;
	border: 1px solid #E5E5E5;
}
.i_zxwd h3 {
    width: 43px;
    padding: 40px 16px 21px 10px;
    background-color: rgba(255, 241, 166, 0.17);
    border-right: 1px solid #E5E5E5;
    font-size: 20px;
    font-weight: normal;
    height: 141px;
    line-height: 22px;
    background-image: url(/skin/default/images/wd_ico.png);
    background-repeat: no-repeat;
    background-position: 11px 15px;
    float: left;
}
.i_zxwd h3 a{
    text-decoration: none;
}
.i_zxwd ul {
    float: left;
    font-size: 15px;
    padding: 0 10px 3px;
    width: 385px;
}
.i_zxwd li {
    *zoom: 1;
    margin: 8px auto;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.i_zxwd li i {
    width: 16px;
    height: 16px;
    background: url(/skin/default/images/wd_ico.png) no-repeat -65px 0;
    display: block;
    float: left;
    margin: 4px 8px auto auto;
}
.i_zxwd li a {
    float: left;
    width: 260px;
    overflow: hidden;
}
.i_zxwd li em {
    float: right;
    font-size: 13px;
    color: #999;
}
.w338 {
    width: 338px;
}
.i_jczs ul {
    padding: 10px 0;
    font-size: 15px;
}
.i_jczs li {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}
.i_jczs li i {
    width: 3px;
    height: 3px;
    float: left;
    background-color: #666;
    margin: 15px 5px auto auto;
}
.i_jczs li span{
    float: right;
}
.i_gzzs ul {
    padding: 10px 0;
}
.i_gzzs li {
    line-height: 32px;
    height: 32px;
	font-size: 15px;
    overflow: hidden;
}
.i_gzzs li i {
    width: 3px;
    height: 3px;
    float: left;
    background-color: #666;
    margin: 15px 5px auto auto;
}
.i_gzzs li span{
    float: right;
}
.i_zxzt {
    width: 338px;
    height: 115px;
    overflow: hidden;
}
.i_zxzt img{
    width: 338px;
    height: 115px;
}
.i_link {
    width: 1200px;
    border: 1px solid #E5E5E5;
	display: block;
    margin: 10px auto;
	height: 150px;
}
.v_tit {
    background-color: #F5F5F5;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 10px;
	margin-bottom: 10px;
}
.v_tit h2 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
	float: left;
}
.v_tit h2 a {
    color: #333;
}
.i_link .il_main {
    padding: 5px 5px 10px 15px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    font-size: 15px;
}
.i_link .il_main a {
    margin-right: 15px;
    float: left;
	line-height: 28px;
    height: 28px;
}